Html Css Color HEX #53BBC0 Viking

📋 copy color: '#53BBC0'

red 83 ◦ green 187 ◦ blue 192

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

Shades of Viking #53BBC0

Tints of Viking #53BBC0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.48%

 BLUE value IS 192 (75.39% from 255) = 41.56%

R = 17.97%
G = 40.48%
B = 41.56%

CMYK

 C value IS 0.57

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#53BBC0 (or 0x53BBC0) is known color: Viking. HEX triplet: 53, BB and C0. RGB value is (83,187,192). Sum of RGB (Red+Green+Blue) = 83+187+192=462 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.97% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 192 (75.39% from 255 or 41.56% from 462); Max value from RGB is 192 - color contains mainly: blue. Hex color #53BBC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BBC0 is #AC443F. Grayscale: #9C9C9C. Windows color (decimal): -11289664 or 12630867. OLE color: 12630867.

HSL color Cylindrical-coordinate representation of color #53BBC0: hue angle of 182.75º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53BBC0 is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 187 192 -
CMYK 0.57 0.03 0 0.25
HSL 182.75º 0.46% 0.54% -
HSV(B) 182.75º 0.57% 0.75% -
XYZ 30.85 41.19 56.19 -
YUV 156.47 148.04 75.59 -
System Red Green Blue C M Y K H S L
Decimal 83 187 192 0.57 0.03 0 0.25 182.75 0.46 0.54
Hex 53 BB C0 39 3 0 19 B7 2E 36
Octal 123 273 300 71 3 0 31 267 56 66
Binary 1010011 10111011 11000000 111001 11 0 11001 10110111 101110 110110

Color Harmonies of #53BBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BBC0

Black with #53BBC0

Text Example


Text Example

White with #53BBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53BBC0; }

 p { color: rgb(83,187,192); }

 H1.HeaderClassName
 {
   color: #53BBC0;
 }
 .AnyTagClassName
 {
   color: #53BBC0;
 }
</style>

background-color css

<style>
 a { background-color: #53BBC0; }

 a { background-color: rgb(83,187,192); }

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

border-color css

<style>
 span { border-color: #53BBC0; }

 span { border-color: rgb(83,187,192); }

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