Html Css Color HEX #57307E Kingfisher Daisy

📋 copy color: '#57307E'

red 87 ◦ green 48 ◦ blue 126

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

Shades of Kingfisher Daisy #57307E

Tints of Kingfisher Daisy #57307E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.39%

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

R = 33.33%
G = 18.39%
B = 48.28%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#57307E (or 0x57307E) is known color: Kingfisher Daisy. HEX triplet: 57, 30 and 7E. RGB value is (87,48,126). Sum of RGB (Red+Green+Blue) = 87+48+126=261 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.33% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 126 (49.61% from 255 or 48.28% from 261); Max value from RGB is 126 - color contains mainly: blue. Hex color #57307E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57307E is #A8CF81. Grayscale: #444444. Windows color (decimal): -11063170 or 8269911. OLE color: 8269911.

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

Color convert

RGB 87 48 126 -
CMYK 0.31 0.62 0 0.51
HSL 270º 0.45% 0.34% -
HSV(B) 270º 0.62% 0.49% -
XYZ 8.75 5.65 20.37 -
YUV 68.55 160.42 141.16 -
System Red Green Blue C M Y K H S L
Decimal 87 48 126 0.31 0.62 0 0.51 270 0.45 0.34
Hex 57 30 7E 1F 3E 0 33 10E 2D 22
Octal 127 60 176 37 76 0 63 416 55 42
Binary 1010111 110000 1111110 11111 111110 0 110011 100001110 101101 100010

Color Harmonies of #57307E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57307E

Black with #57307E

Text Example


Text Example

White with #57307E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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