Html Css Color HEX #53BBBC Viking

📋 copy color: '#53BBBC'

red 83 ◦ green 187 ◦ blue 188

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

Shades of Viking #53BBBC

Tints of Viking #53BBBC

RGB

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

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

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

R = 18.12%
G = 40.83%
B = 41.05%

CMYK

 C value IS 0.56

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#53BBBC (or 0x53BBBC) is known color: Viking. HEX triplet: 53, BB and BC. RGB value is (83,187,188). Sum of RGB (Red+Green+Blue) = 83+187+188=458 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.12% from 458); Green value is 187 (73.44% from 255 or 40.83% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 188 - color contains mainly: blue. Hex color #53BBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BBBC is #AC4443. Grayscale: #9B9B9B. Windows color (decimal): -11289668 or 12368723. OLE color: 12368723.

HSL color Cylindrical-coordinate representation of color #53BBBC: hue angle of 180.57º 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 #53BBBC is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 187 188 -
CMYK 0.56 0.01 0 0.26
HSL 180.57º 0.44% 0.53% -
HSV(B) 180.57º 0.56% 0.74% -
XYZ 30.41 41.01 53.89 -
YUV 156.02 146.04 75.92 -
System Red Green Blue C M Y K H S L
Decimal 83 187 188 0.56 0.01 0 0.26 180.57 0.44 0.53
Hex 53 BB BC 38 1 0 1A B5 2C 35
Octal 123 273 274 70 1 0 32 265 54 65
Binary 1010011 10111011 10111100 111000 1 0 11010 10110101 101100 110101

Color Harmonies of #53BBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BBBC

Black with #53BBBC

Text Example


Text Example

White with #53BBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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