Html Css Color HEX #57257E Kingfisher Daisy

📋 copy color: '#57257E'

red 87 ◦ green 37 ◦ blue 126

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

Shades of Kingfisher Daisy #57257E

Tints of Kingfisher Daisy #57257E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 50.4%

R = 34.8%
G = 14.8%
B = 50.4%

CMYK

 C value IS 0.31

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#57257E (or 0x57257E) is known color: Kingfisher Daisy. HEX triplet: 57, 25 and 7E. RGB value is (87,37,126). Sum of RGB (Red+Green+Blue) = 87+37+126=250 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.8% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 126 (49.61% from 255 or 50.4% from 250); Max value from RGB is 126 - color contains mainly: blue. Hex color #57257E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57257E is #A8DA81. Grayscale: #3D3D3D. Windows color (decimal): -11065986 or 8267095. OLE color: 8267095.

HSL color Cylindrical-coordinate representation of color #57257E: hue angle of 273.71º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #57257E is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 87 37 126 -
CMYK 0.31 0.71 0 0.51
HSL 273.71º 0.55% 0.32% -
HSV(B) 273.71º 0.71% 0.49% -
XYZ 8.36 4.86 20.24 -
YUV 62.1 164.07 145.76 -
System Red Green Blue C M Y K H S L
Decimal 87 37 126 0.31 0.71 0 0.51 273.71 0.55 0.32
Hex 57 25 7E 1F 47 0 33 112 37 20
Octal 127 45 176 37 107 0 63 422 67 40
Binary 1010111 100101 1111110 11111 1000111 0 110011 100010010 110111 100000

Color Harmonies of #57257E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57257E

Black with #57257E

Text Example


Text Example

White with #57257E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57257E; }

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

 H1.HeaderClassName
 {
   color: #57257E;
 }
 .AnyTagClassName
 {
   color: #57257E;
 }
</style>

background-color css

<style>
 a { background-color: #57257E; }

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

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

border-color css

<style>
 span { border-color: #57257E; }

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

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