Html Css Color HEX #57307B Kingfisher Daisy

📋 copy color: '#57307B'

red 87 ◦ green 48 ◦ blue 123

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

Shades of Kingfisher Daisy #57307B

Tints of Kingfisher Daisy #57307B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.6%

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

R = 33.72%
G = 18.6%
B = 47.67%

CMYK

 C value IS 0.29

 M value IS 0.61

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#57307B (or 0x57307B) is known color: Kingfisher Daisy. HEX triplet: 57, 30 and 7B. RGB value is (87,48,123). Sum of RGB (Red+Green+Blue) = 87+48+123=258 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.72% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 123 (48.44% from 255 or 47.67% from 258); Max value from RGB is 123 - color contains mainly: blue. Hex color #57307B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57307B is #A8CF84. Grayscale: #434343. Windows color (decimal): -11063173 or 8073303. OLE color: 8073303.

HSL color Cylindrical-coordinate representation of color #57307B: hue angle of 271.2º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57307B is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 87 48 123 -
CMYK 0.29 0.61 0 0.52
HSL 271.2º 0.44% 0.34% -
HSV(B) 271.2º 0.61% 0.48% -
XYZ 8.56 5.57 19.36 -
YUV 68.21 158.92 141.4 -
System Red Green Blue C M Y K H S L
Decimal 87 48 123 0.29 0.61 0 0.52 271.2 0.44 0.34
Hex 57 30 7B 1D 3D 0 34 10F 2C 22
Octal 127 60 173 35 75 0 64 417 54 42
Binary 1010111 110000 1111011 11101 111101 0 110100 100001111 101100 100010

Color Harmonies of #57307B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57307B

Black with #57307B

Text Example


Text Example

White with #57307B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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