Html Css Color HEX #55608B Waikawa Grey

📋 copy color: '#55608B'

red 85 ◦ green 96 ◦ blue 139

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

Shades of Waikawa Grey #55608B

Tints of Waikawa Grey #55608B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30%

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

R = 26.56%
G = 30%
B = 43.44%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#55608B (or 0x55608B) is known color: Waikawa Grey. HEX triplet: 55, 60 and 8B. RGB value is (85,96,139). Sum of RGB (Red+Green+Blue) = 85+96+139=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 139 - color contains mainly: blue. Hex color #55608B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55608B is #AA9F74. Grayscale: #616161. Windows color (decimal): -11181941 or 9134165. OLE color: 9134165.

HSL color Cylindrical-coordinate representation of color #55608B: hue angle of 227.78º 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 #55608B is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 96 139 -
CMYK 0.39 0.31 0 0.45
HSL 227.78º 0.24% 0.44% -
HSV(B) 227.78º 0.39% 0.55% -
XYZ 12.59 12.16 26.11 -
YUV 97.61 151.36 119 -
System Red Green Blue C M Y K H S L
Decimal 85 96 139 0.39 0.31 0 0.45 227.78 0.24 0.44
Hex 55 60 8B 27 1F 0 2D E4 18 2C
Octal 125 140 213 47 37 0 55 344 30 54
Binary 1010101 1100000 10001011 100111 11111 0 101101 11100100 11000 101100

Color Harmonies of #55608B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55608B

Black with #55608B

Text Example


Text Example

White with #55608B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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