Html Css Color HEX #5F6C92 Waikawa Grey

📋 copy color: '#5F6C92'

red 95 ◦ green 108 ◦ blue 146

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

Shades of Waikawa Grey #5F6C92

Tints of Waikawa Grey #5F6C92

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.95%

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

R = 27.22%
G = 30.95%
B = 41.83%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5F6C92 (or 0x5F6C92) is known color: Waikawa Grey. HEX triplet: 5F, 6C and 92. RGB value is (95,108,146). Sum of RGB (Red+Green+Blue) = 95+108+146=349 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.22% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 146 - color contains mainly: blue. Hex color #5F6C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F6C92 is #A0936D. Grayscale: #6C6C6C. Windows color (decimal): -10523502 or 9595999. OLE color: 9595999.

HSL color Cylindrical-coordinate representation of color #5F6C92: hue angle of 224.71º 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 #5F6C92 is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 95 108 146 -
CMYK 0.35 0.26 0 0.43
HSL 224.71º 0.21% 0.47% -
HSV(B) 224.71º 0.35% 0.57% -
XYZ 15.27 15.23 29.33 -
YUV 108.45 149.19 118.41 -
System Red Green Blue C M Y K H S L
Decimal 95 108 146 0.35 0.26 0 0.43 224.71 0.21 0.47
Hex 5F 6C 92 23 1A 0 2B E1 15 2F
Octal 137 154 222 43 32 0 53 341 25 57
Binary 1011111 1101100 10010010 100011 11010 0 101011 11100001 10101 101111

Color Harmonies of #5F6C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6C92

Black with #5F6C92

Text Example


Text Example

White with #5F6C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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