Html Css Color HEX #57238C Kingfisher Daisy

📋 copy color: '#57238C'

red 87 ◦ green 35 ◦ blue 140

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

Shades of Kingfisher Daisy #57238C

Tints of Kingfisher Daisy #57238C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 53.44%

R = 33.21%
G = 13.36%
B = 53.44%

CMYK

 C value IS 0.38

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57238C (or 0x57238C) is known color: Kingfisher Daisy. HEX triplet: 57, 23 and 8C. RGB value is (87,35,140). Sum of RGB (Red+Green+Blue) = 87+35+140=262 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.21% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 140 (55.08% from 255 or 53.44% from 262); Max value from RGB is 140 - color contains mainly: blue. Hex color #57238C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57238C is #A8DC73. Grayscale: #3E3E3E. Windows color (decimal): -11066484 or 9184087. OLE color: 9184087.

HSL color Cylindrical-coordinate representation of color #57238C: hue angle of 269.71º 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 #57238C is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 87 35 140 -
CMYK 0.38 0.75 0 0.45
HSL 269.71º 0.6% 0.34% -
HSV(B) 269.71º 0.75% 0.55% -
XYZ 9.27 5.12 25.31 -
YUV 62.52 171.73 145.46 -
System Red Green Blue C M Y K H S L
Decimal 87 35 140 0.38 0.75 0 0.45 269.71 0.6 0.34
Hex 57 23 8C 26 4B 0 2D 10E 3C 22
Octal 127 43 214 46 113 0 55 416 74 42
Binary 1010111 100011 10001100 100110 1001011 0 101101 100001110 111100 100010

Color Harmonies of #57238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57238C

Black with #57238C

Text Example


Text Example

White with #57238C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57238C; }

 p { color: rgb(87,35,140); }

 H1.HeaderClassName
 {
   color: #57238C;
 }
 .AnyTagClassName
 {
   color: #57238C;
 }
</style>

background-color css

<style>
 a { background-color: #57238C; }

 a { background-color: rgb(87,35,140); }

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

border-color css

<style>
 span { border-color: #57238C; }

 span { border-color: rgb(87,35,140); }

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