Html Css Color HEX #56668C Kashmir Blue

📋 copy color: '#56668C'

red 86 ◦ green 102 ◦ blue 140

#56668C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kashmir Blue #56668C

Tints of Kashmir Blue #56668C

RGB

 RED value IS 86 (33.98% from 255) = 26.22%

 GREEN value IS 102 (40.23% from 255) = 31.1%

 BLUE value IS 140 (55.08% from 255) = 42.68%

R = 26.22%
G = 31.1%
B = 42.68%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#56668C (or 0x56668C) is known color: Kashmir Blue. HEX triplet: 56, 66 and 8C. RGB value is (86,102,140). Sum of RGB (Red+Green+Blue) = 86+102+140=328 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.22% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 140 (55.08% from 255 or 42.68% from 328); Max value from RGB is 140 - color contains mainly: blue. Hex color #56668C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56668C is #A99973. Grayscale: #656565. Windows color (decimal): -11114868 or 9201238. OLE color: 9201238.

HSL color Cylindrical-coordinate representation of color #56668C: hue angle of 222.22º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #56668C is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 86 102 140 -
CMYK 0.39 0.27 0 0.45
HSL 222.22º 0.24% 0.44% -
HSV(B) 222.22º 0.39% 0.55% -
XYZ 13.32 13.37 26.69 -
YUV 101.55 149.7 116.91 -
System Red Green Blue C M Y K H S L
Decimal 86 102 140 0.39 0.27 0 0.45 222.22 0.24 0.44
Hex 56 66 8C 27 1B 0 2D DE 18 2C
Octal 126 146 214 47 33 0 55 336 30 54
Binary 1010110 1100110 10001100 100111 11011 0 101101 11011110 11000 101100

Color Harmonies of #56668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56668C

Black with #56668C

Text Example


Text Example

White with #56668C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56668C; }

 p { color: rgb(86,102,140); }

 H1.HeaderClassName
 {
   color: #56668C;
 }
 .AnyTagClassName
 {
   color: #56668C;
 }
</style>

background-color css

<style>
 a { background-color: #56668C; }

 a { background-color: rgb(86,102,140); }

 div.DivClassName
 {
   background-color: #56668C;
 }
 .BgClassName
 {
   background-color: #56668C;
 }
</style>

border-color css

<style>
 span { border-color: #56668C; }

 span { border-color: rgb(86,102,140); }

 td.TdClassName
 {
   border-color: #56668C;
 }
 .TagClassName
 {
   border-color: #56668C;
 }
</style>