Html Css Color HEX #57258B Kingfisher Daisy

📋 copy color: '#57258B'

red 87 ◦ green 37 ◦ blue 139

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

Shades of Kingfisher Daisy #57258B

Tints of Kingfisher Daisy #57258B

RGB

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

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

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

R = 33.08%
G = 14.07%
B = 52.85%

CMYK

 C value IS 0.37

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57258B (or 0x57258B) is known color: Kingfisher Daisy. HEX triplet: 57, 25 and 8B. RGB value is (87,37,139). Sum of RGB (Red+Green+Blue) = 87+37+139=263 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.08% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 139 (54.69% from 255 or 52.85% from 263); Max value from RGB is 139 - color contains mainly: blue. Hex color #57258B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57258B is #A8DA74. Grayscale: #3F3F3F. Windows color (decimal): -11065973 or 9119063. OLE color: 9119063.

HSL color Cylindrical-coordinate representation of color #57258B: hue angle of 269.41º 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 #57258B is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 87 37 139 -
CMYK 0.37 0.73 0 0.45
HSL 269.41º 0.58% 0.35% -
HSV(B) 269.41º 0.73% 0.55% -
XYZ 9.25 5.21 24.94 -
YUV 63.58 170.57 144.71 -
System Red Green Blue C M Y K H S L
Decimal 87 37 139 0.37 0.73 0 0.45 269.41 0.58 0.35
Hex 57 25 8B 25 49 0 2D 10D 3A 23
Octal 127 45 213 45 111 0 55 415 72 43
Binary 1010111 100101 10001011 100101 1001001 0 101101 100001101 111010 100011

Color Harmonies of #57258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57258B

Black with #57258B

Text Example


Text Example

White with #57258B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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