Html Css Color HEX #57297F Kingfisher Daisy

📋 copy color: '#57297F'

red 87 ◦ green 41 ◦ blue 127

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

Shades of Kingfisher Daisy #57297F

Tints of Kingfisher Daisy #57297F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.08%

 BLUE value IS 127 (50% from 255) = 49.8%

R = 34.12%
G = 16.08%
B = 49.8%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#57297F (or 0x57297F) is known color: Kingfisher Daisy. HEX triplet: 57, 29 and 7F. RGB value is (87,41,127). Sum of RGB (Red+Green+Blue) = 87+41+127=255 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.12% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #57297F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57297F is #A8D680. Grayscale: #404040. Windows color (decimal): -11064961 or 8333655. OLE color: 8333655.

HSL color Cylindrical-coordinate representation of color #57297F: hue angle of 272.09º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #57297F is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 87 41 127 -
CMYK 0.31 0.68 0 0.50
HSL 272.09º 0.51% 0.33% -
HSV(B) 272.09º 0.68% 0.5% -
XYZ 8.55 5.14 20.62 -
YUV 64.56 163.24 144.01 -
System Red Green Blue C M Y K H S L
Decimal 87 41 127 0.31 0.68 0 0.50 272.09 0.51 0.33
Hex 57 29 7F 1F 44 0 32 110 33 21
Octal 127 51 177 37 104 0 62 420 63 41
Binary 1010111 101001 1111111 11111 1000100 0 110010 100010000 110011 100001

Color Harmonies of #57297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57297F

Black with #57297F

Text Example


Text Example

White with #57297F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57297F; }

 p { color: rgb(87,41,127); }

 H1.HeaderClassName
 {
   color: #57297F;
 }
 .AnyTagClassName
 {
   color: #57297F;
 }
</style>

background-color css

<style>
 a { background-color: #57297F; }

 a { background-color: rgb(87,41,127); }

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

border-color css

<style>
 span { border-color: #57297F; }

 span { border-color: rgb(87,41,127); }

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