Html Css Color HEX #55238A Kingfisher Daisy

📋 copy color: '#55238A'

red 85 ◦ green 35 ◦ blue 138

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

Shades of Kingfisher Daisy #55238A

Tints of Kingfisher Daisy #55238A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.57%

 BLUE value IS 138 (54.3% from 255) = 53.49%

R = 32.95%
G = 13.57%
B = 53.49%

CMYK

 C value IS 0.38

 M value IS 0.75

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#55238A (or 0x55238A) is known color: Kingfisher Daisy. HEX triplet: 55, 23 and 8A. RGB value is (85,35,138). Sum of RGB (Red+Green+Blue) = 85+35+138=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 138 (54.30% from 255 or 53.49% from 258); Max value from RGB is 138 - color contains mainly: blue. Hex color #55238A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55238A is #AADC75. Grayscale: #3D3D3D. Windows color (decimal): -11197558 or 9053013. OLE color: 9053013.

HSL color Cylindrical-coordinate representation of color #55238A: hue angle of 269.13º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #55238A is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 85 35 138 -
CMYK 0.38 0.75 0 0.46
HSL 269.13º 0.6% 0.34% -
HSV(B) 269.13º 0.75% 0.54% -
XYZ 8.93 4.97 24.53 -
YUV 61.69 171.07 144.62 -
System Red Green Blue C M Y K H S L
Decimal 85 35 138 0.38 0.75 0 0.46 269.13 0.6 0.34
Hex 55 23 8A 26 4B 0 2E 10D 3C 22
Octal 125 43 212 46 113 0 56 415 74 42
Binary 1010101 100011 10001010 100110 1001011 0 101110 100001101 111100 100010

Color Harmonies of #55238A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55238A

Black with #55238A

Text Example


Text Example

White with #55238A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55238A; }

 p { color: rgb(85,35,138); }

 H1.HeaderClassName
 {
   color: #55238A;
 }
 .AnyTagClassName
 {
   color: #55238A;
 }
</style>

background-color css

<style>
 a { background-color: #55238A; }

 a { background-color: rgb(85,35,138); }

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

border-color css

<style>
 span { border-color: #55238A; }

 span { border-color: rgb(85,35,138); }

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