Html Css Color HEX #572098 Kingfisher Daisy

📋 copy color: '#572098'

red 87 ◦ green 32 ◦ blue 152

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

Shades of Kingfisher Daisy #572098

Tints of Kingfisher Daisy #572098

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.81%

 BLUE value IS 152 (59.77% from 255) = 56.09%

R = 32.1%
G = 11.81%
B = 56.09%

CMYK

 C value IS 0.43

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#572098 (or 0x572098) is known color: Kingfisher Daisy. HEX triplet: 57, 20 and 98. RGB value is (87,32,152). Sum of RGB (Red+Green+Blue) = 87+32+152=271 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.10% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 152 (59.77% from 255 or 56.09% from 271); Max value from RGB is 152 - color contains mainly: blue. Hex color #572098 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572098 is #A8DF67. Grayscale: #3D3D3D. Windows color (decimal): -11067240 or 9969751. OLE color: 9969751.

HSL color Cylindrical-coordinate representation of color #572098: hue angle of 267.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #572098 is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 87 32 152 -
CMYK 0.43 0.79 0 0.40
HSL 267.5º 0.65% 0.36% -
HSV(B) 267.5º 0.79% 0.6% -
XYZ 10.11 5.33 30.2 -
YUV 62.13 178.72 145.74 -
System Red Green Blue C M Y K H S L
Decimal 87 32 152 0.43 0.79 0 0.40 267.5 0.65 0.36
Hex 57 20 98 2B 4F 0 28 10C 41 24
Octal 127 40 230 53 117 0 50 414 101 44
Binary 1010111 100000 10011000 101011 1001111 0 101000 100001100 1000001 100100

Color Harmonies of #572098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572098

Black with #572098

Text Example


Text Example

White with #572098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572098; }

 p { color: rgb(87,32,152); }

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

background-color css

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

 a { background-color: rgb(87,32,152); }

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

border-color css

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

 span { border-color: rgb(87,32,152); }

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