Html Css Color HEX #57238A Kingfisher Daisy

📋 copy color: '#57238A'

red 87 ◦ green 35 ◦ blue 138

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

Shades of Kingfisher Daisy #57238A

Tints of Kingfisher Daisy #57238A

RGB

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

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

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

R = 33.46%
G = 13.46%
B = 53.08%

CMYK

 C value IS 0.37

 M value IS 0.75

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#57238A (or 0x57238A) is known color: Kingfisher Daisy. HEX triplet: 57, 23 and 8A. RGB value is (87,35,138). Sum of RGB (Red+Green+Blue) = 87+35+138=260 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.46% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 138 (54.30% from 255 or 53.08% from 260); Max value from RGB is 138 - color contains mainly: blue. Hex color #57238A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57238A is #A8DC75. Grayscale: #3D3D3D. Windows color (decimal): -11066486 or 9053015. OLE color: 9053015.

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

Color convert

RGB 87 35 138 -
CMYK 0.37 0.75 0 0.46
HSL 270.29º 0.6% 0.34% -
HSV(B) 270.29º 0.75% 0.54% -
XYZ 9.12 5.06 24.54 -
YUV 62.29 170.73 145.62 -
System Red Green Blue C M Y K H S L
Decimal 87 35 138 0.37 0.75 0 0.46 270.29 0.6 0.34
Hex 57 23 8A 25 4B 0 2E 10E 3C 22
Octal 127 43 212 45 113 0 56 416 74 42
Binary 1010111 100011 10001010 100101 1001011 0 101110 100001110 111100 100010

Color Harmonies of #57238A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57238A

Black with #57238A

Text Example


Text Example

White with #57238A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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