Html Css Color HEX #56668E Waikawa Grey

📋 copy color: '#56668E'

red 86 ◦ green 102 ◦ blue 142

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

Shades of Waikawa Grey #56668E

Tints of Waikawa Grey #56668E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 43.03%

R = 26.06%
G = 30.91%
B = 43.03%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#56668E (or 0x56668E) is known color: Waikawa Grey. HEX triplet: 56, 66 and 8E. RGB value is (86,102,142). Sum of RGB (Red+Green+Blue) = 86+102+142=330 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.06% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 142 (55.86% from 255 or 43.03% from 330); Max value from RGB is 142 - color contains mainly: blue. Hex color #56668E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56668E is #A99971. Grayscale: #656565. Windows color (decimal): -11114866 or 9332310. OLE color: 9332310.

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

Color convert

RGB 86 102 142 -
CMYK 0.39 0.28 0 0.44
HSL 222.86º 0.25% 0.45% -
HSV(B) 222.86º 0.39% 0.56% -
XYZ 13.47 13.43 27.47 -
YUV 101.78 150.7 116.75 -
System Red Green Blue C M Y K H S L
Decimal 86 102 142 0.39 0.28 0 0.44 222.86 0.25 0.45
Hex 56 66 8E 27 1C 0 2C DF 19 2D
Octal 126 146 216 47 34 0 54 337 31 55
Binary 1010110 1100110 10001110 100111 11100 0 101100 11011111 11001 101101

Color Harmonies of #56668E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56668E

Black with #56668E

Text Example


Text Example

White with #56668E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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