Html Css Color HEX #5D6C9E Waikawa Grey

📋 copy color: '#5D6C9E'

red 93 ◦ green 108 ◦ blue 158

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

Shades of Waikawa Grey #5D6C9E

Tints of Waikawa Grey #5D6C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 44.01%

R = 25.91%
G = 30.08%
B = 44.01%

CMYK

 C value IS 0.41

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5D6C9E (or 0x5D6C9E) is known color: Waikawa Grey. HEX triplet: 5D, 6C and 9E. RGB value is (93,108,158). Sum of RGB (Red+Green+Blue) = 93+108+158=359 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.91% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 158 (62.11% from 255 or 44.01% from 359); Max value from RGB is 158 - color contains mainly: blue. Hex color #5D6C9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D6C9E is #A29361. Grayscale: #6D6D6D. Windows color (decimal): -10654562 or 10382429. OLE color: 10382429.

HSL color Cylindrical-coordinate representation of color #5D6C9E: hue angle of 226.15º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5D6C9E is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 93 108 158 -
CMYK 0.41 0.32 0 0.38
HSL 226.15º 0.26% 0.49% -
HSV(B) 226.15º 0.41% 0.62% -
XYZ 16.05 15.52 34.5 -
YUV 109.22 155.53 116.43 -
System Red Green Blue C M Y K H S L
Decimal 93 108 158 0.41 0.32 0 0.38 226.15 0.26 0.49
Hex 5D 6C 9E 29 20 0 26 E2 1A 31
Octal 135 154 236 51 40 0 46 342 32 61
Binary 1011101 1101100 10011110 101001 100000 0 100110 11100010 11010 110001

Color Harmonies of #5D6C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6C9E

Black with #5D6C9E

Text Example


Text Example

White with #5D6C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,108,158); }

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

background-color css

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

 a { background-color: rgb(93,108,158); }

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

border-color css

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

 span { border-color: rgb(93,108,158); }

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