Html Css Color HEX #5B337A Kingfisher Daisy

📋 copy color: '#5B337A'

red 91 ◦ green 51 ◦ blue 122

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

Shades of Kingfisher Daisy #5B337A

Tints of Kingfisher Daisy #5B337A

RGB

 RED value IS 91 (35.94% from 255) = 34.47%

 GREEN value IS 51 (20.31% from 255) = 19.32%

 BLUE value IS 122 (48.05% from 255) = 46.21%

R = 34.47%
G = 19.32%
B = 46.21%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5B337A (or 0x5B337A) is known color: Kingfisher Daisy. HEX triplet: 5B, 33 and 7A. RGB value is (91,51,122). Sum of RGB (Red+Green+Blue) = 91+51+122=264 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.47% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 122 (48.05% from 255 or 46.21% from 264); Max value from RGB is 122 - color contains mainly: blue. Hex color #5B337A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B337A is #A4CC85. Grayscale: #464646. Windows color (decimal): -10800262 or 8008539. OLE color: 8008539.

HSL color Cylindrical-coordinate representation of color #5B337A: hue angle of 273.8º 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 #5B337A is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 91 51 122 -
CMYK 0.25 0.58 0 0.52
HSL 273.8º 0.41% 0.34% -
HSV(B) 273.8º 0.58% 0.48% -
XYZ 9.01 6 19.09 -
YUV 71.05 156.75 142.23 -
System Red Green Blue C M Y K H S L
Decimal 91 51 122 0.25 0.58 0 0.52 273.8 0.41 0.34
Hex 5B 33 7A 19 3A 0 34 112 29 22
Octal 133 63 172 31 72 0 64 422 51 42
Binary 1011011 110011 1111010 11001 111010 0 110100 100010010 101001 100010

Color Harmonies of #5B337A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B337A

Black with #5B337A

Text Example


Text Example

White with #5B337A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B337A; }

 p { color: rgb(91,51,122); }

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

background-color css

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

 a { background-color: rgb(91,51,122); }

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

border-color css

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

 span { border-color: rgb(91,51,122); }

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