Html Css Color HEX #5F6592 Waikawa Grey

📋 copy color: '#5F6592'

red 95 ◦ green 101 ◦ blue 146

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

Shades of Waikawa Grey #5F6592

Tints of Waikawa Grey #5F6592

RGB

 RED value IS 95 (37.5% from 255) = 27.78%

 GREEN value IS 101 (39.84% from 255) = 29.53%

 BLUE value IS 146 (57.42% from 255) = 42.69%

R = 27.78%
G = 29.53%
B = 42.69%

CMYK

 C value IS 0.35

 M value IS 0.31

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5F6592 (or 0x5F6592) is known color: Waikawa Grey. HEX triplet: 5F, 65 and 92. RGB value is (95,101,146). Sum of RGB (Red+Green+Blue) = 95+101+146=342 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.78% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 146 - color contains mainly: blue. Hex color #5F6592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F6592 is #A09A6D. Grayscale: #686868. Windows color (decimal): -10525294 or 9594207. OLE color: 9594207.

HSL color Cylindrical-coordinate representation of color #5F6592: hue angle of 232.94º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5F6592 is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 95 101 146 -
CMYK 0.35 0.31 0 0.43
HSL 232.94º 0.21% 0.47% -
HSV(B) 232.94º 0.35% 0.57% -
XYZ 14.56 13.82 29.09 -
YUV 104.34 151.51 121.34 -
System Red Green Blue C M Y K H S L
Decimal 95 101 146 0.35 0.31 0 0.43 232.94 0.21 0.47
Hex 5F 65 92 23 1F 0 2B E9 15 2F
Octal 137 145 222 43 37 0 53 351 25 57
Binary 1011111 1100101 10010010 100011 11111 0 101011 11101001 10101 101111

Color Harmonies of #5F6592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6592

Black with #5F6592

Text Example


Text Example

White with #5F6592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F6592; }

 p { color: rgb(95,101,146); }

 H1.HeaderClassName
 {
   color: #5F6592;
 }
 .AnyTagClassName
 {
   color: #5F6592;
 }
</style>

background-color css

<style>
 a { background-color: #5F6592; }

 a { background-color: rgb(95,101,146); }

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

border-color css

<style>
 span { border-color: #5F6592; }

 span { border-color: rgb(95,101,146); }

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