Html Css Color HEX #574078 Kingfisher Daisy

📋 copy color: '#574078'

red 87 ◦ green 64 ◦ blue 120

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

Shades of Kingfisher Daisy #574078

Tints of Kingfisher Daisy #574078

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.62%

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

R = 32.1%
G = 23.62%
B = 44.28%

CMYK

 C value IS 0.28

 M value IS 0.47

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#574078 (or 0x574078) is known color: Kingfisher Daisy. HEX triplet: 57, 40 and 78. RGB value is (87,64,120). Sum of RGB (Red+Green+Blue) = 87+64+120=271 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.10% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 120 - color contains mainly: blue. Hex color #574078 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574078 is #A8BF87. Grayscale: #4D4D4D. Windows color (decimal): -11059080 or 7880791. OLE color: 7880791.

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

Color convert

RGB 87 64 120 -
CMYK 0.28 0.47 0 0.53
HSL 264.64º 0.3% 0.36% -
HSV(B) 264.64º 0.47% 0.47% -
XYZ 9.15 7.05 18.65 -
YUV 77.26 152.12 134.95 -
System Red Green Blue C M Y K H S L
Decimal 87 64 120 0.28 0.47 0 0.53 264.64 0.3 0.36
Hex 57 40 78 1C 2F 0 35 109 1E 24
Octal 127 100 170 34 57 0 65 411 36 44
Binary 1010111 1000000 1111000 11100 101111 0 110101 100001001 11110 100100

Color Harmonies of #574078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574078

Black with #574078

Text Example


Text Example

White with #574078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574078; }

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

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

background-color css

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

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

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

border-color css

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

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

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