Html Css Color HEX #56638E Waikawa Grey

📋 copy color: '#56638E'

red 86 ◦ green 99 ◦ blue 142

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

Shades of Waikawa Grey #56638E

Tints of Waikawa Grey #56638E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.28%

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

R = 26.3%
G = 30.28%
B = 43.43%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#56638E (or 0x56638E) is known color: Waikawa Grey. HEX triplet: 56, 63 and 8E. RGB value is (86,99,142). Sum of RGB (Red+Green+Blue) = 86+99+142=327 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.30% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 142 - color contains mainly: blue. Hex color #56638E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56638E is #A99C71. Grayscale: #636363. Windows color (decimal): -11115634 or 9331542. OLE color: 9331542.

HSL color Cylindrical-coordinate representation of color #56638E: hue angle of 226.07º 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 #56638E is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 86 99 142 -
CMYK 0.39 0.30 0 0.44
HSL 226.07º 0.25% 0.45% -
HSV(B) 226.07º 0.39% 0.56% -
XYZ 13.18 12.86 27.38 -
YUV 100.02 151.69 118 -
System Red Green Blue C M Y K H S L
Decimal 86 99 142 0.39 0.30 0 0.44 226.07 0.25 0.45
Hex 56 63 8E 27 1E 0 2C E2 19 2D
Octal 126 143 216 47 36 0 54 342 31 55
Binary 1010110 1100011 10001110 100111 11110 0 101100 11100010 11001 101101

Color Harmonies of #56638E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56638E

Black with #56638E

Text Example


Text Example

White with #56638E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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