Html Css Color HEX #55257B Kingfisher Daisy

📋 copy color: '#55257B'

red 85 ◦ green 37 ◦ blue 123

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

Shades of Kingfisher Daisy #55257B

Tints of Kingfisher Daisy #55257B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 50.2%

R = 34.69%
G = 15.1%
B = 50.2%

CMYK

 C value IS 0.31

 M value IS 0.70

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#55257B (or 0x55257B) is known color: Kingfisher Daisy. HEX triplet: 55, 25 and 7B. RGB value is (85,37,123). Sum of RGB (Red+Green+Blue) = 85+37+123=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 123 (48.44% from 255 or 50.20% from 245); Max value from RGB is 123 - color contains mainly: blue. Hex color #55257B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55257B is #AADA84. Grayscale: #3C3C3C. Windows color (decimal): -11197061 or 8070485. OLE color: 8070485.

HSL color Cylindrical-coordinate representation of color #55257B: hue angle of 273.49º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #55257B is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 85 37 123 -
CMYK 0.31 0.70 0 0.52
HSL 273.49º 0.54% 0.31% -
HSV(B) 273.49º 0.7% 0.48% -
XYZ 7.98 4.68 19.22 -
YUV 61.16 162.9 145.01 -
System Red Green Blue C M Y K H S L
Decimal 85 37 123 0.31 0.70 0 0.52 273.49 0.54 0.31
Hex 55 25 7B 1F 46 0 34 111 36 1F
Octal 125 45 173 37 106 0 64 421 66 37
Binary 1010101 100101 1111011 11111 1000110 0 110100 100010001 110110 11111

Color Harmonies of #55257B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55257B

Black with #55257B

Text Example


Text Example

White with #55257B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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