Html Css Color HEX #57367C Kingfisher Daisy

📋 copy color: '#57367C'

red 87 ◦ green 54 ◦ blue 124

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

Shades of Kingfisher Daisy #57367C

Tints of Kingfisher Daisy #57367C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.38%

 BLUE value IS 124 (48.83% from 255) = 46.79%

R = 32.83%
G = 20.38%
B = 46.79%

CMYK

 C value IS 0.30

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#57367C (or 0x57367C) is known color: Kingfisher Daisy. HEX triplet: 57, 36 and 7C. RGB value is (87,54,124). Sum of RGB (Red+Green+Blue) = 87+54+124=265 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.83% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 124 - color contains mainly: blue. Hex color #57367C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57367C is #A8C983. Grayscale: #474747. Windows color (decimal): -11061636 or 8140375. OLE color: 8140375.

HSL color Cylindrical-coordinate representation of color #57367C: hue angle of 268.29º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57367C is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 87 54 124 -
CMYK 0.30 0.56 0 0.51
HSL 268.29º 0.39% 0.35% -
HSV(B) 268.29º 0.56% 0.49% -
XYZ 8.89 6.12 19.78 -
YUV 71.85 157.43 138.81 -
System Red Green Blue C M Y K H S L
Decimal 87 54 124 0.30 0.56 0 0.51 268.29 0.39 0.35
Hex 57 36 7C 1E 38 0 33 10C 27 23
Octal 127 66 174 36 70 0 63 414 47 43
Binary 1010111 110110 1111100 11110 111000 0 110011 100001100 100111 100011

Color Harmonies of #57367C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57367C

Black with #57367C

Text Example


Text Example

White with #57367C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,54,124); }

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

background-color css

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

 a { background-color: rgb(87,54,124); }

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

border-color css

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

 span { border-color: rgb(87,54,124); }

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