Html Css Color HEX #5B648B Waikawa Grey

📋 copy color: '#5B648B'

red 91 ◦ green 100 ◦ blue 139

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

Shades of Waikawa Grey #5B648B

Tints of Waikawa Grey #5B648B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.12%

R = 27.58%
G = 30.3%
B = 42.12%

CMYK

 C value IS 0.35

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5B648B (or 0x5B648B) is known color: Waikawa Grey. HEX triplet: 5B, 64 and 8B. RGB value is (91,100,139). Sum of RGB (Red+Green+Blue) = 91+100+139=330 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.58% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 139 - color contains mainly: blue. Hex color #5B648B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B648B is #A49B74. Grayscale: #656565. Windows color (decimal): -10787701 or 9135195. OLE color: 9135195.

HSL color Cylindrical-coordinate representation of color #5B648B: hue angle of 228.75º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5B648B is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 91 100 139 -
CMYK 0.35 0.28 0 0.45
HSL 228.75º 0.21% 0.45% -
HSV(B) 228.75º 0.35% 0.55% -
XYZ 13.53 13.2 26.26 -
YUV 101.76 149.02 120.33 -
System Red Green Blue C M Y K H S L
Decimal 91 100 139 0.35 0.28 0 0.45 228.75 0.21 0.45
Hex 5B 64 8B 23 1C 0 2D E5 15 2D
Octal 133 144 213 43 34 0 55 345 25 55
Binary 1011011 1100100 10001011 100011 11100 0 101101 11100101 10101 101101

Color Harmonies of #5B648B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B648B

Black with #5B648B

Text Example


Text Example

White with #5B648B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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