Html Css Color HEX #5B648E Waikawa Grey

📋 copy color: '#5B648E'

red 91 ◦ green 100 ◦ blue 142

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

Shades of Waikawa Grey #5B648E

Tints of Waikawa Grey #5B648E

RGB

 RED value IS 91 (35.94% from 255) = 27.33%

 GREEN value IS 100 (39.45% from 255) = 30.03%

 BLUE value IS 142 (55.86% from 255) = 42.64%

R = 27.33%
G = 30.03%
B = 42.64%

CMYK

 C value IS 0.36

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5B648E (or 0x5B648E) is known color: Waikawa Grey. HEX triplet: 5B, 64 and 8E. RGB value is (91,100,142). Sum of RGB (Red+Green+Blue) = 91+100+142=333 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.33% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 142 (55.86% from 255 or 42.64% from 333); Max value from RGB is 142 - color contains mainly: blue. Hex color #5B648E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B648E is #A49B71. Grayscale: #656565. Windows color (decimal): -10787698 or 9331803. OLE color: 9331803.

HSL color Cylindrical-coordinate representation of color #5B648E: 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.36%. Process color model (Four color, CMYK) of #5B648E is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 91 100 142 -
CMYK 0.36 0.30 0 0.44
HSL 229.41º 0.22% 0.46% -
HSV(B) 229.41º 0.36% 0.56% -
XYZ 13.75 13.29 27.43 -
YUV 102.1 150.52 120.08 -
System Red Green Blue C M Y K H S L
Decimal 91 100 142 0.36 0.30 0 0.44 229.41 0.22 0.46
Hex 5B 64 8E 24 1E 0 2C E5 16 2E
Octal 133 144 216 44 36 0 54 345 26 56
Binary 1011011 1100100 10001110 100100 11110 0 101100 11100101 10110 101110

Color Harmonies of #5B648E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B648E

Black with #5B648E

Text Example


Text Example

White with #5B648E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,100,142); }

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

background-color css

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

 a { background-color: rgb(91,100,142); }

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

border-color css

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

 span { border-color: rgb(91,100,142); }

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