Html Css Color HEX #575F83 Waikawa Grey

📋 copy color: '#575F83'

red 87 ◦ green 95 ◦ blue 131

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

Shades of Waikawa Grey #575F83

Tints of Waikawa Grey #575F83

RGB

 RED value IS 87 (34.38% from 255) = 27.8%

 GREEN value IS 95 (37.5% from 255) = 30.35%

 BLUE value IS 131 (51.56% from 255) = 41.85%

R = 27.8%
G = 30.35%
B = 41.85%

CMYK

 C value IS 0.34

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#575F83 (or 0x575F83) is known color: Waikawa Grey. HEX triplet: 57, 5F and 83. RGB value is (87,95,131). Sum of RGB (Red+Green+Blue) = 87+95+131=313 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.80% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 131 (51.56% from 255 or 41.85% from 313); Max value from RGB is 131 - color contains mainly: blue. Hex color #575F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575F83 is #A8A07C. Grayscale: #606060. Windows color (decimal): -11051133 or 8609623. OLE color: 8609623.

HSL color Cylindrical-coordinate representation of color #575F83: hue angle of 229.09º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #575F83 is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 87 95 131 -
CMYK 0.34 0.27 0 0.49
HSL 229.09º 0.2% 0.43% -
HSV(B) 229.09º 0.34% 0.51% -
XYZ 12.12 11.85 23.12 -
YUV 96.71 147.35 121.07 -
System Red Green Blue C M Y K H S L
Decimal 87 95 131 0.34 0.27 0 0.49 229.09 0.2 0.43
Hex 57 5F 83 22 1B 0 31 E5 14 2B
Octal 127 137 203 42 33 0 61 345 24 53
Binary 1010111 1011111 10000011 100010 11011 0 110001 11100101 10100 101011

Color Harmonies of #575F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575F83

Black with #575F83

Text Example


Text Example

White with #575F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575F83; }

 p { color: rgb(87,95,131); }

 H1.HeaderClassName
 {
   color: #575F83;
 }
 .AnyTagClassName
 {
   color: #575F83;
 }
</style>

background-color css

<style>
 a { background-color: #575F83; }

 a { background-color: rgb(87,95,131); }

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

border-color css

<style>
 span { border-color: #575F83; }

 span { border-color: rgb(87,95,131); }

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