Html Css Color HEX #56638A Waikawa Grey

📋 copy color: '#56638A'

red 86 ◦ green 99 ◦ blue 138

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

Shades of Waikawa Grey #56638A

Tints of Waikawa Grey #56638A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.72%

R = 26.63%
G = 30.65%
B = 42.72%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#56638A (or 0x56638A) is known color: Waikawa Grey. HEX triplet: 56, 63 and 8A. RGB value is (86,99,138). Sum of RGB (Red+Green+Blue) = 86+99+138=323 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.63% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 138 - color contains mainly: blue. Hex color #56638A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56638A is #A99C75. Grayscale: #636363. Windows color (decimal): -11115638 or 9069398. OLE color: 9069398.

HSL color Cylindrical-coordinate representation of color #56638A: hue angle of 225º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #56638A is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 86 99 138 -
CMYK 0.38 0.28 0 0.46
HSL 225º 0.23% 0.44% -
HSV(B) 225º 0.38% 0.54% -
XYZ 12.89 12.74 25.82 -
YUV 99.56 149.69 118.33 -
System Red Green Blue C M Y K H S L
Decimal 86 99 138 0.38 0.28 0 0.46 225 0.23 0.44
Hex 56 63 8A 26 1C 0 2E E1 17 2C
Octal 126 143 212 46 34 0 56 341 27 54
Binary 1010110 1100011 10001010 100110 11100 0 101110 11100001 10111 101100

Color Harmonies of #56638A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56638A

Black with #56638A

Text Example


Text Example

White with #56638A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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