Html Css Color HEX #5D6690 Waikawa Grey

📋 copy color: '#5D6690'

red 93 ◦ green 102 ◦ blue 144

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

Shades of Waikawa Grey #5D6690

Tints of Waikawa Grey #5D6690

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.09%

 BLUE value IS 144 (56.64% from 255) = 42.48%

R = 27.43%
G = 30.09%
B = 42.48%

CMYK

 C value IS 0.35

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5D6690 (or 0x5D6690) is known color: Waikawa Grey. HEX triplet: 5D, 66 and 90. RGB value is (93,102,144). Sum of RGB (Red+Green+Blue) = 93+102+144=339 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.43% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 144 - color contains mainly: blue. Hex color #5D6690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D6690 is #A2996F. Grayscale: #676767. Windows color (decimal): -10656112 or 9463389. OLE color: 9463389.

HSL color Cylindrical-coordinate representation of color #5D6690: hue angle of 229.41º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5D6690 is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 93 102 144 -
CMYK 0.35 0.29 0 0.44
HSL 229.41º 0.22% 0.46% -
HSV(B) 229.41º 0.35% 0.56% -
XYZ 14.3 13.84 28.3 -
YUV 104.1 150.52 120.08 -
System Red Green Blue C M Y K H S L
Decimal 93 102 144 0.35 0.29 0 0.44 229.41 0.22 0.46
Hex 5D 66 90 23 1D 0 2C E5 16 2E
Octal 135 146 220 43 35 0 54 345 26 56
Binary 1011101 1100110 10010000 100011 11101 0 101100 11100101 10110 101110

Color Harmonies of #5D6690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6690

Black with #5D6690

Text Example


Text Example

White with #5D6690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,102,144); }

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

background-color css

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

 a { background-color: rgb(93,102,144); }

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

border-color css

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

 span { border-color: rgb(93,102,144); }

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