Html Css Color HEX #5B6C92 Waikawa Grey

📋 copy color: '#5B6C92'

red 91 ◦ green 108 ◦ blue 146

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

Shades of Waikawa Grey #5B6C92

Tints of Waikawa Grey #5B6C92

RGB

 RED value IS 91 (35.94% from 255) = 26.38%

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

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

R = 26.38%
G = 31.3%
B = 42.32%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5B6C92 (or 0x5B6C92) is known color: Waikawa Grey. HEX triplet: 5B, 6C and 92. RGB value is (91,108,146). Sum of RGB (Red+Green+Blue) = 91+108+146=345 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.38% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 146 - color contains mainly: blue. Hex color #5B6C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6C92 is #A4936D. Grayscale: #6B6B6B. Windows color (decimal): -10785646 or 9595995. OLE color: 9595995.

HSL color Cylindrical-coordinate representation of color #5B6C92: hue angle of 221.45º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B6C92 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 91 108 146 -
CMYK 0.38 0.26 0 0.43
HSL 221.45º 0.23% 0.46% -
HSV(B) 221.45º 0.38% 0.57% -
XYZ 14.87 15.02 29.31 -
YUV 107.25 149.87 116.41 -
System Red Green Blue C M Y K H S L
Decimal 91 108 146 0.38 0.26 0 0.43 221.45 0.23 0.46
Hex 5B 6C 92 26 1A 0 2B DD 17 2E
Octal 133 154 222 46 32 0 53 335 27 56
Binary 1011011 1101100 10010010 100110 11010 0 101011 11011101 10111 101110

Color Harmonies of #5B6C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6C92

Black with #5B6C92

Text Example


Text Example

White with #5B6C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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