Html Css Color HEX #5D6790 Waikawa Grey

📋 copy color: '#5D6790'

red 93 ◦ green 103 ◦ blue 144

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

Shades of Waikawa Grey #5D6790

Tints of Waikawa Grey #5D6790

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.29%

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

R = 27.35%
G = 30.29%
B = 42.35%

CMYK

 C value IS 0.35

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5D6790 (or 0x5D6790) is known color: Waikawa Grey. HEX triplet: 5D, 67 and 90. RGB value is (93,103,144). Sum of RGB (Red+Green+Blue) = 93+103+144=340 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.35% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 144 - color contains mainly: blue. Hex color #5D6790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D6790 is #A2986F. Grayscale: #686868. Windows color (decimal): -10655856 or 9463645. OLE color: 9463645.

HSL color Cylindrical-coordinate representation of color #5D6790: hue angle of 228.24º 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 #5D6790 is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 93 103 144 -
CMYK 0.35 0.28 0 0.44
HSL 228.24º 0.22% 0.46% -
HSV(B) 228.24º 0.35% 0.56% -
XYZ 14.4 14.04 28.34 -
YUV 104.68 150.19 119.67 -
System Red Green Blue C M Y K H S L
Decimal 93 103 144 0.35 0.28 0 0.44 228.24 0.22 0.46
Hex 5D 67 90 23 1C 0 2C E4 16 2E
Octal 135 147 220 43 34 0 54 344 26 56
Binary 1011101 1100111 10010000 100011 11100 0 101100 11100100 10110 101110

Color Harmonies of #5D6790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6790

Black with #5D6790

Text Example


Text Example

White with #5D6790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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