Html Css Color HEX #572682 Kingfisher Daisy

📋 copy color: '#572682'

red 87 ◦ green 38 ◦ blue 130

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

Shades of Kingfisher Daisy #572682

Tints of Kingfisher Daisy #572682

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.9%

 BLUE value IS 130 (51.17% from 255) = 50.98%

R = 34.12%
G = 14.9%
B = 50.98%

CMYK

 C value IS 0.33

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#572682 (or 0x572682) is known color: Kingfisher Daisy. HEX triplet: 57, 26 and 82. RGB value is (87,38,130). Sum of RGB (Red+Green+Blue) = 87+38+130=255 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.12% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 130 (51.17% from 255 or 50.98% from 255); Max value from RGB is 130 - color contains mainly: blue. Hex color #572682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572682 is #A8D97D. Grayscale: #3E3E3E. Windows color (decimal): -11065726 or 8529495. OLE color: 8529495.

HSL color Cylindrical-coordinate representation of color #572682: hue angle of 271.96º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #572682 is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 87 38 130 -
CMYK 0.33 0.71 0 0.49
HSL 271.96º 0.55% 0.33% -
HSV(B) 271.96º 0.71% 0.51% -
XYZ 8.65 5.02 21.63 -
YUV 63.14 165.73 145.02 -
System Red Green Blue C M Y K H S L
Decimal 87 38 130 0.33 0.71 0 0.49 271.96 0.55 0.33
Hex 57 26 82 21 47 0 31 110 37 21
Octal 127 46 202 41 107 0 61 420 67 41
Binary 1010111 100110 10000010 100001 1000111 0 110001 100010000 110111 100001

Color Harmonies of #572682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572682

Black with #572682

Text Example


Text Example

White with #572682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572682; }

 p { color: rgb(87,38,130); }

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

background-color css

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

 a { background-color: rgb(87,38,130); }

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

border-color css

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

 span { border-color: rgb(87,38,130); }

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