Html Css Color HEX #55238B Kingfisher Daisy

📋 copy color: '#55238B'

red 85 ◦ green 35 ◦ blue 139

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

Shades of Kingfisher Daisy #55238B

Tints of Kingfisher Daisy #55238B

RGB

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

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

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

R = 32.82%
G = 13.51%
B = 53.67%

CMYK

 C value IS 0.39

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#55238B (or 0x55238B) is known color: Kingfisher Daisy. HEX triplet: 55, 23 and 8B. RGB value is (85,35,139). Sum of RGB (Red+Green+Blue) = 85+35+139=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 139 (54.69% from 255 or 53.67% from 259); Max value from RGB is 139 - color contains mainly: blue. Hex color #55238B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55238B is #AADC74. Grayscale: #3D3D3D. Windows color (decimal): -11197557 or 9118549. OLE color: 9118549.

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

Color convert

RGB 85 35 139 -
CMYK 0.39 0.75 0 0.45
HSL 268.85º 0.6% 0.34% -
HSV(B) 268.85º 0.75% 0.55% -
XYZ 9.01 5 24.92 -
YUV 61.81 171.57 144.54 -
System Red Green Blue C M Y K H S L
Decimal 85 35 139 0.39 0.75 0 0.45 268.85 0.6 0.34
Hex 55 23 8B 27 4B 0 2D 10D 3C 22
Octal 125 43 213 47 113 0 55 415 74 42
Binary 1010101 100011 10001011 100111 1001011 0 101101 100001101 111100 100010

Color Harmonies of #55238B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55238B

Black with #55238B

Text Example


Text Example

White with #55238B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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