Html Css Color HEX #573378 Kingfisher Daisy

📋 copy color: '#573378'

red 87 ◦ green 51 ◦ blue 120

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

Shades of Kingfisher Daisy #573378

Tints of Kingfisher Daisy #573378

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.77%

 BLUE value IS 120 (47.27% from 255) = 46.51%

R = 33.72%
G = 19.77%
B = 46.51%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#573378 (or 0x573378) is known color: Kingfisher Daisy. HEX triplet: 57, 33 and 78. RGB value is (87,51,120). Sum of RGB (Red+Green+Blue) = 87+51+120=258 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.72% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 120 (47.27% from 255 or 46.51% from 258); Max value from RGB is 120 - color contains mainly: blue. Hex color #573378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573378 is #A8CC87. Grayscale: #454545. Windows color (decimal): -11062408 or 7877463. OLE color: 7877463.

HSL color Cylindrical-coordinate representation of color #573378: hue angle of 271.3º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #573378 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 87 51 120 -
CMYK 0.28 0.58 0 0.53
HSL 271.3º 0.4% 0.34% -
HSV(B) 271.3º 0.58% 0.47% -
XYZ 8.5 5.75 18.43 -
YUV 69.63 156.43 140.39 -
System Red Green Blue C M Y K H S L
Decimal 87 51 120 0.28 0.58 0 0.53 271.3 0.4 0.34
Hex 57 33 78 1C 3A 0 35 10F 28 22
Octal 127 63 170 34 72 0 65 417 50 42
Binary 1010111 110011 1111000 11100 111010 0 110101 100001111 101000 100010

Color Harmonies of #573378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573378

Black with #573378

Text Example


Text Example

White with #573378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573378; }

 p { color: rgb(87,51,120); }

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

background-color css

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

 a { background-color: rgb(87,51,120); }

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

border-color css

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

 span { border-color: rgb(87,51,120); }

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