Html Css Color HEX #5D648B Waikawa Grey

📋 copy color: '#5D648B'

red 93 ◦ green 100 ◦ blue 139

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

Shades of Waikawa Grey #5D648B

Tints of Waikawa Grey #5D648B

RGB

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

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

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

R = 28.01%
G = 30.12%
B = 41.87%

CMYK

 C value IS 0.33

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5D648B (or 0x5D648B) is known color: Waikawa Grey. HEX triplet: 5D, 64 and 8B. RGB value is (93,100,139). Sum of RGB (Red+Green+Blue) = 93+100+139=332 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.01% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 139 - color contains mainly: blue. Hex color #5D648B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D648B is #A29B74. Grayscale: #666666. Windows color (decimal): -10656629 or 9135197. OLE color: 9135197.

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

Color convert

RGB 93 100 139 -
CMYK 0.33 0.28 0 0.45
HSL 230.87º 0.2% 0.45% -
HSV(B) 230.87º 0.33% 0.55% -
XYZ 13.73 13.31 26.27 -
YUV 102.35 148.68 121.33 -
System Red Green Blue C M Y K H S L
Decimal 93 100 139 0.33 0.28 0 0.45 230.87 0.2 0.45
Hex 5D 64 8B 21 1C 0 2D E7 14 2D
Octal 135 144 213 41 34 0 55 347 24 55
Binary 1011101 1100100 10001011 100001 11100 0 101101 11100111 10100 101101

Color Harmonies of #5D648B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D648B

Black with #5D648B

Text Example


Text Example

White with #5D648B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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