Html Css Color HEX #57248B Kingfisher Daisy

📋 copy color: '#57248B'

red 87 ◦ green 36 ◦ blue 139

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

Shades of Kingfisher Daisy #57248B

Tints of Kingfisher Daisy #57248B

RGB

 RED value IS 87 (34.38% from 255) = 33.21%

 GREEN value IS 36 (14.45% from 255) = 13.74%

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

R = 33.21%
G = 13.74%
B = 53.05%

CMYK

 C value IS 0.37

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57248B (or 0x57248B) is known color: Kingfisher Daisy. HEX triplet: 57, 24 and 8B. RGB value is (87,36,139). Sum of RGB (Red+Green+Blue) = 87+36+139=262 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.21% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 139 (54.69% from 255 or 53.05% from 262); Max value from RGB is 139 - color contains mainly: blue. Hex color #57248B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57248B is #A8DB74. Grayscale: #3E3E3E. Windows color (decimal): -11066229 or 9118807. OLE color: 9118807.

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

Color convert

RGB 87 36 139 -
CMYK 0.37 0.74 0 0.45
HSL 269.71º 0.59% 0.34% -
HSV(B) 269.71º 0.74% 0.55% -
XYZ 9.22 5.15 24.93 -
YUV 62.99 170.9 145.12 -
System Red Green Blue C M Y K H S L
Decimal 87 36 139 0.37 0.74 0 0.45 269.71 0.59 0.34
Hex 57 24 8B 25 4A 0 2D 10E 3B 22
Octal 127 44 213 45 112 0 55 416 73 42
Binary 1010111 100100 10001011 100101 1001010 0 101101 100001110 111011 100010

Color Harmonies of #57248B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57248B

Black with #57248B

Text Example


Text Example

White with #57248B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,36,139); }

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

background-color css

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

 a { background-color: rgb(87,36,139); }

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

border-color css

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

 span { border-color: rgb(87,36,139); }

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