Html Css Color HEX #57348B Kingfisher Daisy

📋 copy color: '#57348B'

red 87 ◦ green 52 ◦ blue 139

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

Shades of Kingfisher Daisy #57348B

Tints of Kingfisher Daisy #57348B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.71%

 BLUE value IS 139 (54.69% from 255) = 50%

R = 31.29%
G = 18.71%
B = 50%

CMYK

 C value IS 0.37

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57348B (or 0x57348B) is known color: Kingfisher Daisy. HEX triplet: 57, 34 and 8B. RGB value is (87,52,139). Sum of RGB (Red+Green+Blue) = 87+52+139=278 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.29% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 139 (54.69% from 255 or 50% from 278); Max value from RGB is 139 - color contains mainly: blue. Hex color #57348B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57348B is #A8CB74. Grayscale: #484848. Windows color (decimal): -11062133 or 9122903. OLE color: 9122903.

HSL color Cylindrical-coordinate representation of color #57348B: hue angle of 264.14º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57348B is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 87 52 139 -
CMYK 0.37 0.63 0 0.45
HSL 264.14º 0.46% 0.37% -
HSV(B) 264.14º 0.63% 0.55% -
XYZ 9.82 6.35 25.13 -
YUV 72.38 165.6 138.43 -
System Red Green Blue C M Y K H S L
Decimal 87 52 139 0.37 0.63 0 0.45 264.14 0.46 0.37
Hex 57 34 8B 25 3F 0 2D 108 2E 25
Octal 127 64 213 45 77 0 55 410 56 45
Binary 1010111 110100 10001011 100101 111111 0 101101 100001000 101110 100101

Color Harmonies of #57348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57348B

Black with #57348B

Text Example


Text Example

White with #57348B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57348B; }

 p { color: rgb(87,52,139); }

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

background-color css

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

 a { background-color: rgb(87,52,139); }

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

border-color css

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

 span { border-color: rgb(87,52,139); }

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