Html Css Color HEX #572483 Kingfisher Daisy

📋 copy color: '#572483'

red 87 ◦ green 36 ◦ blue 131

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

Shades of Kingfisher Daisy #572483

Tints of Kingfisher Daisy #572483

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.17%

 BLUE value IS 131 (51.56% from 255) = 51.57%

R = 34.25%
G = 14.17%
B = 51.57%

CMYK

 C value IS 0.34

 M value IS 0.73

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#572483 (or 0x572483) is known color: Kingfisher Daisy. HEX triplet: 57, 24 and 83. RGB value is (87,36,131). Sum of RGB (Red+Green+Blue) = 87+36+131=254 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.25% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 131 (51.56% from 255 or 51.57% from 254); Max value from RGB is 131 - color contains mainly: blue. Hex color #572483 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572483 is #A8DB7C. Grayscale: #3D3D3D. Windows color (decimal): -11066237 or 8594519. OLE color: 8594519.

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

Color convert

RGB 87 36 131 -
CMYK 0.34 0.73 0 0.49
HSL 272.21º 0.57% 0.33% -
HSV(B) 272.21º 0.73% 0.51% -
XYZ 8.66 4.93 21.97 -
YUV 62.08 166.9 145.78 -
System Red Green Blue C M Y K H S L
Decimal 87 36 131 0.34 0.73 0 0.49 272.21 0.57 0.33
Hex 57 24 83 22 49 0 31 110 39 21
Octal 127 44 203 42 111 0 61 420 71 41
Binary 1010111 100100 10000011 100010 1001001 0 110001 100010000 111001 100001

Color Harmonies of #572483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572483

Black with #572483

Text Example


Text Example

White with #572483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572483; }

 p { color: rgb(87,36,131); }

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

background-color css

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

 a { background-color: rgb(87,36,131); }

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

border-color css

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

 span { border-color: rgb(87,36,131); }

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