Html Css Color HEX #5D6D9E Waikawa Grey

📋 copy color: '#5D6D9E'

red 93 ◦ green 109 ◦ blue 158

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

Shades of Waikawa Grey #5D6D9E

Tints of Waikawa Grey #5D6D9E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.28%

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

R = 25.83%
G = 30.28%
B = 43.89%

CMYK

 C value IS 0.41

 M value IS 0.31

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5D6D9E (or 0x5D6D9E) is known color: Waikawa Grey. HEX triplet: 5D, 6D and 9E. RGB value is (93,109,158). Sum of RGB (Red+Green+Blue) = 93+109+158=360 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.83% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 158 (62.11% from 255 or 43.89% from 360); Max value from RGB is 158 - color contains mainly: blue. Hex color #5D6D9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D6D9E is #A29261. Grayscale: #6D6D6D. Windows color (decimal): -10654306 or 10382685. OLE color: 10382685.

HSL color Cylindrical-coordinate representation of color #5D6D9E: hue angle of 225.23º 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 #5D6D9E is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 93 109 158 -
CMYK 0.41 0.31 0 0.38
HSL 225.23º 0.26% 0.49% -
HSV(B) 225.23º 0.41% 0.62% -
XYZ 16.15 15.73 34.53 -
YUV 109.8 155.2 116.02 -
System Red Green Blue C M Y K H S L
Decimal 93 109 158 0.41 0.31 0 0.38 225.23 0.26 0.49
Hex 5D 6D 9E 29 1F 0 26 E1 1A 31
Octal 135 155 236 51 37 0 46 341 32 61
Binary 1011101 1101101 10011110 101001 11111 0 100110 11100001 11010 110001

Color Harmonies of #5D6D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6D9E

Black with #5D6D9E

Text Example


Text Example

White with #5D6D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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