Html Css Color HEX #55258B Kingfisher Daisy

📋 copy color: '#55258B'

red 85 ◦ green 37 ◦ blue 139

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

Shades of Kingfisher Daisy #55258B

Tints of Kingfisher Daisy #55258B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.18%

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

R = 32.57%
G = 14.18%
B = 53.26%

CMYK

 C value IS 0.39

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#55258B (or 0x55258B) is known color: Kingfisher Daisy. HEX triplet: 55, 25 and 8B. RGB value is (85,37,139). Sum of RGB (Red+Green+Blue) = 85+37+139=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 139 (54.69% from 255 or 53.26% from 261); Max value from RGB is 139 - color contains mainly: blue. Hex color #55258B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55258B is #AADA74. Grayscale: #3E3E3E. Windows color (decimal): -11197045 or 9119061. OLE color: 9119061.

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

Color convert

RGB 85 37 139 -
CMYK 0.39 0.73 0 0.45
HSL 268.24º 0.58% 0.35% -
HSV(B) 268.24º 0.73% 0.55% -
XYZ 9.07 5.12 24.94 -
YUV 62.98 170.9 143.71 -
System Red Green Blue C M Y K H S L
Decimal 85 37 139 0.39 0.73 0 0.45 268.24 0.58 0.35
Hex 55 25 8B 27 49 0 2D 10C 3A 23
Octal 125 45 213 47 111 0 55 414 72 43
Binary 1010101 100101 10001011 100111 1001001 0 101101 100001100 111010 100011

Color Harmonies of #55258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55258B

Black with #55258B

Text Example


Text Example

White with #55258B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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