Html Css Color HEX #55367B Kingfisher Daisy

📋 copy color: '#55367B'

red 85 ◦ green 54 ◦ blue 123

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

Shades of Kingfisher Daisy #55367B

Tints of Kingfisher Daisy #55367B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.61%

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

R = 32.44%
G = 20.61%
B = 46.95%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#55367B (or 0x55367B) is known color: Kingfisher Daisy. HEX triplet: 55, 36 and 7B. RGB value is (85,54,123). Sum of RGB (Red+Green+Blue) = 85+54+123=262 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.44% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 123 (48.44% from 255 or 46.95% from 262); Max value from RGB is 123 - color contains mainly: blue. Hex color #55367B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55367B is #AAC984. Grayscale: #464646. Windows color (decimal): -11192709 or 8074837. OLE color: 8074837.

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

Color convert

RGB 85 54 123 -
CMYK 0.31 0.56 0 0.52
HSL 266.96º 0.39% 0.35% -
HSV(B) 266.96º 0.56% 0.48% -
XYZ 8.64 6 19.44 -
YUV 71.14 157.27 137.89 -
System Red Green Blue C M Y K H S L
Decimal 85 54 123 0.31 0.56 0 0.52 266.96 0.39 0.35
Hex 55 36 7B 1F 38 0 34 10B 27 23
Octal 125 66 173 37 70 0 64 413 47 43
Binary 1010101 110110 1111011 11111 111000 0 110100 100001011 100111 100011

Color Harmonies of #55367B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55367B

Black with #55367B

Text Example


Text Example

White with #55367B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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