Html Css Color HEX #5D6E98 Waikawa Grey

📋 copy color: '#5D6E98'

red 93 ◦ green 110 ◦ blue 152

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

Shades of Waikawa Grey #5D6E98

Tints of Waikawa Grey #5D6E98

RGB

 RED value IS 93 (36.72% from 255) = 26.2%

 GREEN value IS 110 (43.36% from 255) = 30.99%

 BLUE value IS 152 (59.77% from 255) = 42.82%

R = 26.2%
G = 30.99%
B = 42.82%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#5D6E98 (or 0x5D6E98) is known color: Waikawa Grey. HEX triplet: 5D, 6E and 98. RGB value is (93,110,152). Sum of RGB (Red+Green+Blue) = 93+110+152=355 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.20% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 152 (59.77% from 255 or 42.82% from 355); Max value from RGB is 152 - color contains mainly: blue. Hex color #5D6E98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D6E98 is #A29167. Grayscale: #6D6D6D. Windows color (decimal): -10654056 or 9989725. OLE color: 9989725.

HSL color Cylindrical-coordinate representation of color #5D6E98: hue angle of 222.71º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5D6E98 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 93 110 152 -
CMYK 0.39 0.28 0 0.40
HSL 222.71º 0.24% 0.48% -
HSV(B) 222.71º 0.39% 0.6% -
XYZ 15.76 15.75 31.91 -
YUV 109.71 151.87 116.08 -
System Red Green Blue C M Y K H S L
Decimal 93 110 152 0.39 0.28 0 0.40 222.71 0.24 0.48
Hex 5D 6E 98 27 1C 0 28 DF 18 30
Octal 135 156 230 47 34 0 50 337 30 60
Binary 1011101 1101110 10011000 100111 11100 0 101000 11011111 11000 110000

Color Harmonies of #5D6E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6E98

Black with #5D6E98

Text Example


Text Example

White with #5D6E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,110,152); }

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

background-color css

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

 a { background-color: rgb(93,110,152); }

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

border-color css

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

 span { border-color: rgb(93,110,152); }

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