Html Css Color HEX #572B7B Kingfisher Daisy

📋 copy color: '#572B7B'

red 87 ◦ green 43 ◦ blue 123

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

Shades of Kingfisher Daisy #572B7B

Tints of Kingfisher Daisy #572B7B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17%

 BLUE value IS 123 (48.44% from 255) = 48.62%

R = 34.39%
G = 17%
B = 48.62%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#572B7B (or 0x572B7B) is known color: Kingfisher Daisy. HEX triplet: 57, 2B and 7B. RGB value is (87,43,123). Sum of RGB (Red+Green+Blue) = 87+43+123=253 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.39% from 253); Green value is 43 (17.19% from 255 or 17.00% from 253); Blue value is 123 (48.44% from 255 or 48.62% from 253); Max value from RGB is 123 - color contains mainly: blue. Hex color #572B7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572B7B is #A8D484. Grayscale: #414141. Windows color (decimal): -11064453 or 8072023. OLE color: 8072023.

HSL color Cylindrical-coordinate representation of color #572B7B: hue angle of 273º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #572B7B is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 87 43 123 -
CMYK 0.29 0.65 0 0.52
HSL 273º 0.48% 0.33% -
HSV(B) 273º 0.65% 0.48% -
XYZ 8.37 5.18 19.3 -
YUV 65.28 160.58 143.5 -
System Red Green Blue C M Y K H S L
Decimal 87 43 123 0.29 0.65 0 0.52 273 0.48 0.33
Hex 57 2B 7B 1D 41 0 34 111 30 21
Octal 127 53 173 35 101 0 64 421 60 41
Binary 1010111 101011 1111011 11101 1000001 0 110100 100010001 110000 100001

Color Harmonies of #572B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572B7B

Black with #572B7B

Text Example


Text Example

White with #572B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572B7B; }

 p { color: rgb(87,43,123); }

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

background-color css

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

 a { background-color: rgb(87,43,123); }

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

border-color css

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

 span { border-color: rgb(87,43,123); }

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