Html Css Color HEX #5354BC Rich Blue

📋 copy color: '#5354BC'

red 83 ◦ green 84 ◦ blue 188

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

Shades of Rich Blue #5354BC

Tints of Rich Blue #5354BC

RGB

 RED value IS 83 (32.81% from 255) = 23.38%

 GREEN value IS 84 (33.2% from 255) = 23.66%

 BLUE value IS 188 (73.83% from 255) = 52.96%

R = 23.38%
G = 23.66%
B = 52.96%

CMYK

 C value IS 0.56

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5354BC (or 0x5354BC) is known color: Rich Blue. HEX triplet: 53, 54 and BC. RGB value is (83,84,188). Sum of RGB (Red+Green+Blue) = 83+84+188=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #5354BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5354BC is #ACAB43. Grayscale: #5F5F5F. Windows color (decimal): -11316036 or 12342355. OLE color: 12342355.

HSL color Cylindrical-coordinate representation of color #5354BC: hue angle of 239.43º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5354BC is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 84 188 -
CMYK 0.56 0.55 0 0.26
HSL 239.43º 0.44% 0.53% -
HSV(B) 239.43º 0.56% 0.74% -
XYZ 15.81 11.81 49.02 -
YUV 95.56 180.17 119.04 -
System Red Green Blue C M Y K H S L
Decimal 83 84 188 0.56 0.55 0 0.26 239.43 0.44 0.53
Hex 53 54 BC 38 37 0 1A EF 2C 35
Octal 123 124 274 70 67 0 32 357 54 65
Binary 1010011 1010100 10111100 111000 110111 0 11010 11101111 101100 110101

Color Harmonies of #5354BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5354BC

Black with #5354BC

Text Example


Text Example

White with #5354BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5354BC; }

 p { color: rgb(83,84,188); }

 H1.HeaderClassName
 {
   color: #5354BC;
 }
 .AnyTagClassName
 {
   color: #5354BC;
 }
</style>

background-color css

<style>
 a { background-color: #5354BC; }

 a { background-color: rgb(83,84,188); }

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

border-color css

<style>
 span { border-color: #5354BC; }

 span { border-color: rgb(83,84,188); }

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