Html Css Color HEX #55347B Kingfisher Daisy

📋 copy color: '#55347B'

red 85 ◦ green 52 ◦ blue 123

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

Shades of Kingfisher Daisy #55347B

Tints of Kingfisher Daisy #55347B

RGB

 RED value IS 85 (33.59% from 255) = 32.69%

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

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

R = 32.69%
G = 20%
B = 47.31%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#55347B (or 0x55347B) is known color: Kingfisher Daisy. HEX triplet: 55, 34 and 7B. RGB value is (85,52,123). Sum of RGB (Red+Green+Blue) = 85+52+123=260 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.69% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 123 (48.44% from 255 or 47.31% from 260); Max value from RGB is 123 - color contains mainly: blue. Hex color #55347B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55347B is #AACB84. Grayscale: #454545. Windows color (decimal): -11193221 or 8074325. OLE color: 8074325.

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

Color convert

RGB 85 52 123 -
CMYK 0.31 0.58 0 0.52
HSL 267.89º 0.41% 0.34% -
HSV(B) 267.89º 0.58% 0.48% -
XYZ 8.55 5.82 19.41 -
YUV 69.96 157.93 138.73 -
System Red Green Blue C M Y K H S L
Decimal 85 52 123 0.31 0.58 0 0.52 267.89 0.41 0.34
Hex 55 34 7B 1F 3A 0 34 10C 29 22
Octal 125 64 173 37 72 0 64 414 51 42
Binary 1010101 110100 1111011 11111 111010 0 110100 100001100 101001 100010

Color Harmonies of #55347B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55347B

Black with #55347B

Text Example


Text Example

White with #55347B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,52,123); }

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

background-color css

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

 a { background-color: rgb(85,52,123); }

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

border-color css

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

 span { border-color: rgb(85,52,123); }

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