Html Css Color HEX #574375 Kingfisher Daisy

📋 copy color: '#574375'

red 87 ◦ green 67 ◦ blue 117

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

Shades of Kingfisher Daisy #574375

Tints of Kingfisher Daisy #574375

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.72%

 BLUE value IS 117 (46.09% from 255) = 43.17%

R = 32.1%
G = 24.72%
B = 43.17%

CMYK

 C value IS 0.26

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#574375 (or 0x574375) is known color: Kingfisher Daisy. HEX triplet: 57, 43 and 75. RGB value is (87,67,117). Sum of RGB (Red+Green+Blue) = 87+67+117=271 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.10% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 117 - color contains mainly: blue. Hex color #574375 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574375 is #A8BC8A. Grayscale: #4E4E4E. Windows color (decimal): -11058315 or 7684951. OLE color: 7684951.

HSL color Cylindrical-coordinate representation of color #574375: hue angle of 264º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #574375 is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 87 67 117 -
CMYK 0.26 0.43 0 0.54
HSL 264º 0.27% 0.36% -
HSV(B) 264º 0.43% 0.46% -
XYZ 9.15 7.32 17.76 -
YUV 78.68 149.63 133.93 -
System Red Green Blue C M Y K H S L
Decimal 87 67 117 0.26 0.43 0 0.54 264 0.27 0.36
Hex 57 43 75 1A 2B 0 36 108 1B 24
Octal 127 103 165 32 53 0 66 410 33 44
Binary 1010111 1000011 1110101 11010 101011 0 110110 100001000 11011 100100

Color Harmonies of #574375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574375

Black with #574375

Text Example


Text Example

White with #574375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574375; }

 p { color: rgb(87,67,117); }

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

background-color css

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

 a { background-color: rgb(87,67,117); }

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

border-color css

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

 span { border-color: rgb(87,67,117); }

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