Html Css Color HEX #55618B Waikawa Grey

📋 copy color: '#55618B'

red 85 ◦ green 97 ◦ blue 139

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

Shades of Waikawa Grey #55618B

Tints of Waikawa Grey #55618B

RGB

 RED value IS 85 (33.59% from 255) = 26.48%

 GREEN value IS 97 (38.28% from 255) = 30.22%

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

R = 26.48%
G = 30.22%
B = 43.3%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#55618B (or 0x55618B) is known color: Waikawa Grey. HEX triplet: 55, 61 and 8B. RGB value is (85,97,139). Sum of RGB (Red+Green+Blue) = 85+97+139=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 139 - color contains mainly: blue. Hex color #55618B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55618B is #AA9E74. Grayscale: #626262. Windows color (decimal): -11181685 or 9134421. OLE color: 9134421.

HSL color Cylindrical-coordinate representation of color #55618B: hue angle of 226.67º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #55618B is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 97 139 -
CMYK 0.39 0.30 0 0.45
HSL 226.67º 0.24% 0.44% -
HSV(B) 226.67º 0.39% 0.55% -
XYZ 12.68 12.34 26.14 -
YUV 98.2 151.02 118.58 -
System Red Green Blue C M Y K H S L
Decimal 85 97 139 0.39 0.30 0 0.45 226.67 0.24 0.44
Hex 55 61 8B 27 1E 0 2D E3 18 2C
Octal 125 141 213 47 36 0 55 343 30 54
Binary 1010101 1100001 10001011 100111 11110 0 101101 11100011 11000 101100

Color Harmonies of #55618B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55618B

Black with #55618B

Text Example


Text Example

White with #55618B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55618B; }

 p { color: rgb(85,97,139); }

 H1.HeaderClassName
 {
   color: #55618B;
 }
 .AnyTagClassName
 {
   color: #55618B;
 }
</style>

background-color css

<style>
 a { background-color: #55618B; }

 a { background-color: rgb(85,97,139); }

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

border-color css

<style>
 span { border-color: #55618B; }

 span { border-color: rgb(85,97,139); }

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